body,html{
    margin: 0;
    font-family: "微软雅黑","Arial","serif","sans-serif","cursive","fantasy","monospace";
}
a{
    cursor: pointer;
    text-decoration: none;
}
img{
    border: 0;
}
a:HOVER{
    text-decoration: underline;
}
.logo-dv{
    width: 35%;
    float: left;
    height: 80px;
    text-align: right;
}
.menu-dv{
    width: 65%;
    float: left;
    height: 80px;
}
#siping-logo{
    height: 80px;
    margin-right: 48px;
}
#right-up{
    height: 40px;
    text-align: right;
}
#menu-list{
    height: 40px;
}
.menu-name{
    display:block;
    height: 100%;
    width: 100px;
    float: left;
    text-align: center;
    line-height: 40px;
    color: black;
}
.top-area{
    border-bottom: 6px solid #8ed1fe;
    height: 80px;
}
.footer-area {
    margin:0 auto;
    padding: 15px 0;
    width: 100%;
    line-height: 20px;
    border-top: 1px solid rgb(150, 150, 150);
    color: #DDDDDD;
    text-align: center;
    font-size: 12px;
    background-color: rgb(66, 62, 62);
    zoom: 1;
}
.footer-dv{
    width:80%;
    margin:0 auto;
}
.footer-table{
    margin:0 auto;
}
.footer-table td{
    text-align: left;
}
.footer-table a{
    color: #DDDDDD;
}
.language{
  margin: 10px;
  border: 1px solid #D2C9C9;
  outline: none;
}
.language-dv a{
  color: #B7B7B7;
  font-size: 12px;
  margin-right: 6px;
}
.language-dv .active{
  color: #6A6AF5;
}